home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / RemoteMailCompose / RemoteComposeController.h < prev    next >
Text File  |  1995-06-12  |  811b  |  32 lines

  1. //----------------------------------------------------------------------------------------------------
  2. //
  3. //    RemoteComposeController
  4. //
  5. //    Inherits From:        Object
  6. //
  7. //    Declared In:        RemoteComposeController.h
  8. //
  9. //    Class Description
  10. //
  11. //        A 'how to' example of remotely opening and managing
  12. //        'Compose' windows in Mail.app using the custom Speaker
  13. //        subclass MailSpeaker.
  14. //
  15. //    Disclaimer
  16. //
  17. //        You may freely copy, distribute and reuse this software and its
  18. //        associated documentation. I disclaim any warranty of any kind, 
  19. //        expressed or implied, as to its fitness for any particular use.
  20. //
  21. //----------------------------------------------------------------------------------------------------
  22. #import <appkit/appkit.h>
  23.  
  24.  
  25. @interface RemoteComposeController : Object
  26. {
  27. }
  28.  
  29. - suggestion: sender;
  30.  
  31. @end
  32.